﻿2026-07-06T05:45:07.2381226Z ##[group]Run actions/checkout@v5
2026-07-06T05:45:07.2381720Z with:
2026-07-06T05:45:07.2382082Z   repository: SaberMage/spt-core
2026-07-06T05:45:07.2384940Z   token: ***
2026-07-06T05:45:07.2385302Z   ssh-strict: true
2026-07-06T05:45:07.2385688Z   ssh-user: git
2026-07-06T05:45:07.2386052Z   persist-credentials: true
2026-07-06T05:45:07.2386452Z   clean: true
2026-07-06T05:45:07.2386816Z   sparse-checkout-cone-mode: true
2026-07-06T05:45:07.2387239Z   fetch-depth: 1
2026-07-06T05:45:07.2387601Z   fetch-tags: false
2026-07-06T05:45:07.2387959Z   show-progress: true
2026-07-06T05:45:07.2388327Z   lfs: false
2026-07-06T05:45:07.2388760Z   submodules: false
2026-07-06T05:45:07.2389288Z   set-safe-directory: true
2026-07-06T05:45:07.2389772Z env:
2026-07-06T05:45:07.2390335Z   SPT_ATTACH_GATE_WATCHDOG_MS: 120000
2026-07-06T05:45:07.2390894Z   SPT_ATTACH_IPC_DEADLINE_MS: 30000
2026-07-06T05:45:07.2391413Z ##[endgroup]
2026-07-06T05:45:07.3185902Z Syncing repository: SaberMage/spt-core
2026-07-06T05:45:07.3188060Z ##[group]Getting Git version info
2026-07-06T05:45:07.3188741Z Working directory is '/home/reavus/actions-runner/_work/spt-core/spt-core'
2026-07-06T05:45:07.3189791Z [command]/usr/bin/git version
2026-07-06T05:45:07.3190221Z git version 2.43.0
2026-07-06T05:45:07.3200633Z ##[endgroup]
2026-07-06T05:45:07.3214537Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/e81495ec-e15f-4574-b4b8-29fc66e9fb48' before making global git config changes
2026-07-06T05:45:07.3215751Z Adding repository directory to the temporary git global config as a safe directory
2026-07-06T05:45:07.3218924Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-core/spt-core
2026-07-06T05:45:07.3262258Z [command]/usr/bin/git config --local --get remote.origin.url
2026-07-06T05:45:07.3285420Z https://github.com/SaberMage/spt-core
2026-07-06T05:45:07.3295966Z ##[group]Removing previously created refs, to avoid conflicts
2026-07-06T05:45:07.3298932Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-07-06T05:45:07.3324540Z HEAD
2026-07-06T05:45:07.3355274Z ##[endgroup]
2026-07-06T05:45:07.3356045Z [command]/usr/bin/git submodule status
2026-07-06T05:45:07.3553392Z ##[group]Cleaning the repository
2026-07-06T05:45:07.3556387Z [command]/usr/bin/git clean -ffdx
2026-07-06T05:45:09.3935873Z Removing target/
2026-07-06T05:45:09.3945771Z [command]/usr/bin/git reset --hard HEAD
2026-07-06T05:45:09.4327093Z HEAD is now at feb2dd900 Merge e738ede2f1b08e663db3c5f0301486413c6e7289 into 06cea5cde193b7f0307a0334de0917ea7bd7742a
2026-07-06T05:45:09.4334966Z ##[endgroup]
2026-07-06T05:45:09.4336704Z ##[group]Disabling automatic garbage collection
2026-07-06T05:45:09.4339934Z [command]/usr/bin/git config --local gc.auto 0
2026-07-06T05:45:09.4367395Z ##[endgroup]
2026-07-06T05:45:09.4367905Z ##[group]Setting up auth
2026-07-06T05:45:09.4373348Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-07-06T05:45:09.4403678Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-07-06T05:45:09.4631784Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-07-06T05:45:09.4665062Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-07-06T05:45:09.4858365Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-07-06T05:45:09.4889087Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-07-06T05:45:09.5085338Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-07-06T05:45:09.5119319Z ##[endgroup]
2026-07-06T05:45:09.5120294Z ##[group]Fetching the repository
2026-07-06T05:45:09.5128444Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +cd4f0727256670b452497a6f671b62c6481820b7:refs/remotes/pull/52/merge
2026-07-06T05:45:10.1319907Z From https://github.com/SaberMage/spt-core
2026-07-06T05:45:10.1341986Z  + feb2dd900...cd4f07272 cd4f0727256670b452497a6f671b62c6481820b7 -> pull/52/merge  (forced update)
2026-07-06T05:45:10.1343608Z ##[endgroup]
2026-07-06T05:45:10.1344170Z ##[group]Determining the checkout info
2026-07-06T05:45:10.1344877Z ##[endgroup]
2026-07-06T05:45:10.1348647Z [command]/usr/bin/git sparse-checkout disable
2026-07-06T05:45:10.1391032Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-07-06T05:45:10.1427507Z ##[group]Checking out the ref
2026-07-06T05:45:10.1428021Z [command]/usr/bin/git checkout --progress --force refs/remotes/pull/52/merge
2026-07-06T05:45:10.1526560Z Warning: you are leaving 1 commit behind, not connected to
2026-07-06T05:45:10.1527122Z any of your branches:
2026-07-06T05:45:10.1527314Z 
2026-07-06T05:45:10.1527656Z   feb2dd900 Merge e738ede2f1b08e663db3c5f0301486413c6e7289 into 06cea5cde193b7f0307a0334de0917ea7bd7742a
2026-07-06T05:45:10.1528113Z 
2026-07-06T05:45:10.1528409Z If you want to keep it by creating a new branch, this may be a good time
2026-07-06T05:45:10.1528823Z to do so with:
2026-07-06T05:45:10.1529038Z 
2026-07-06T05:45:10.1529230Z  git branch <new-branch-name> feb2dd900
2026-07-06T05:45:10.1529439Z 
2026-07-06T05:45:10.1531009Z HEAD is now at cd4f07272 Merge 8a54b2c7c16b3f95beb839cb6e205f72fe2b7958 into 06cea5cde193b7f0307a0334de0917ea7bd7742a
2026-07-06T05:45:10.1539360Z ##[endgroup]
2026-07-06T05:45:10.1582572Z [command]/usr/bin/git log -1 --format=%H
2026-07-06T05:45:10.1612557Z cd4f0727256670b452497a6f671b62c6481820b7
